home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / clang / s3data10.zip / S3DATA10.BAK < prev    next >
Text File  |  1993-06-17  |  4KB  |  99 lines

  1. Package:        S3 Data Conversion Utilities Package
  2. Version:        Package Version 1.0
  3. Author:         George Spafford, Copyright 1993 All Rights Reserved
  4. Date:           05/18/93
  5.  
  6. Purpose:
  7.  
  8. To provide a set of ASCII data management utilities in a package format:
  9.  
  10. Programs:
  11.  
  12.         BLANK.EXE       BLANK identifies and/or removes blank lines in a
  13.                         ASCII data file.
  14.                         DOC File:  BLANK20.DOC
  15.  
  16.         CHR10.EXE       Adds a carriage return (ASCII 13) to data files that
  17.                         only have the line feed present (ASCII 10) at the end
  18.                         of records.
  19.                         DOC File:  LF21.DOC
  20.  
  21.         CHR13.EXE       Adds a line feed (ASCII 10) to data files that only
  22.                         have the carriage return present (ASCII 13) at the end
  23.                         of records.
  24.                         DOC File:  LF21.DOC
  25.  
  26.         CUT.EXE         Reads in a specified number of bytes, and then writes
  27.                         that byte group to disk with carriage return and line
  28.                         feed codes added.  Useful for converting "streamed"
  29.                         files to a fixed length format.
  30.                         DOC File:  CUT20.DOC
  31.  
  32.         DEPAGER.EXE     Removes formfeeds (ASCII 12) from text files quickly.
  33.                         DOC File:  DEPAGE11.DOC
  34.  
  35.         L2R.EXE         Converts multi-line records to a specified single-line
  36.                         record format (fixed length or delimitted).
  37.                         DOC File:  L2R10.DOC
  38.  
  39.         LDAT.EXE        Also converts multi-line records to a single line
  40.                         format but it lacks some of the more advanced features
  41.                         that L2R.EXE has.
  42.                         DOC File:  LDAT10.DOC
  43.  
  44.         MAC.EXE         Converts tab delimitted fields and carriage return
  45.                         delimitted records to DOS text files that have the
  46.                         vertical pipe ("|") as the field separator and
  47.                         both carriage return and line feed record delimitters.
  48.                         Handy for processing Brauch Software's MAC Sub data
  49.                         files on a IBM class PC.
  50.                         DOC File:  MAC20.DOC
  51.  
  52.         SDV.EXE         This is a viewer utility.  Use it to view text files.
  53.                         Do NOT use it to view binary files because it will
  54.                         perform erratically with extended ASCII characters.
  55.                         DOC File:  SDV12.DOC
  56.  
  57.         SSV.EXE         This utility will selectively run another program based
  58.                         on the extension of the file name that it processes.
  59.                         It can deal with wildcards.
  60.                         DOC File:  SSV10.DOC
  61.  
  62.  
  63. History:
  64.  
  65. 05/18/93        v1.0    Initial shareware release of the package.
  66.          
  67. Please Register This Package:
  68.  
  69. The S3 Data Conversion Utilities Package is shareware.  As such, you can use it
  70. for 30 days.  If you continue to use the program after this period, you must
  71. register it in order to continue using it legally.  The entire package is
  72.  
  73. Please make payments in US Currency (no cash please) to:
  74.  
  75.         George Spafford
  76.         3003 Lakeshore Drive #216
  77.         Saint Joseph, MI 49085
  78.  
  79. Unless required, notification of receipt will not be sent.        
  80. Comments and/or questions are always welcome.  I can be reached via the mail,
  81. EXEC-PC, Channel One, Michigan OnLine, or Queued Access:
  82.  
  83. Michigan Online BBS  19200-8-N-1         616-429-3414
  84.  
  85. SDV is included for use with the SSV package as a viewer for text files only.
  86. If you register SSV, then you have a license to use SDV on one system
  87. concurrently.  If you do not register SSV and continue to use SDV, then you
  88. must register SDV separately.  Details are listed in the SDV12.DOC file.
  89.  
  90. SSV IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  91. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  92. WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH 
  93. RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR 
  94. BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER 
  95. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY 
  96. TO USE THIS PROGRAM.
  97.  
  98.  
  99.